setShortNameBytes

open fun setShortNameBytes(value: ByteString): MQTTProtos.MapReport.Builder

A VERY short name, ideally two characters.
Suitable for a tiny OLED screen
string short_name = 2;

Return

This builder for chaining.

Parameters

value

The bytes for shortName to set.